MobileError

public class MobileError

Base error class for Mobile SDK

Mobile SDK uses this class to publish error cases through call backs

Since

2.0.0

Constructors

Link copied to clipboard
public void MobileError(int errorCode, String errorMessage)
Default constructor
public void MobileError(MobileException exception)
Construct with given error

Properties

Link copied to clipboard
public int errorCode
Link copied to clipboard
Link copied to clipboard
public double retryAfter

Functions

Link copied to clipboard
public boolean equals(Object o)
MobileError type checker
Link copied to clipboard
public int getErrorCode()
Returns the error code information
Link copied to clipboard
Returns the error message information
Link copied to clipboard
public String toString()
Textual representation of the mobile error